object BtnBarWin: TBtnBarWin Left = 2 Top = 3 BorderIcons = [] BorderStyle = bsNone ClientHeight = 325 ClientWidth = 94 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object SBInsurance: TSpeedButton Left = 4 Top = 8 Width = 84 Height = 25 GroupIndex = 1 Caption = 'Insurance' OnClick = SBInsuranceClick end object SBBenefits: TSpeedButton Left = 5 Top = 40 Width = 84 Height = 25 Hint = 'Info on Employee Benefits' GroupIndex = 1 Caption = 'Benefits' OnClick = SBBenefitsClick end object SBPolicies: TSpeedButton Left = 4 Top = 71 Width = 84 Height = 25 Hint = 'Info on employment policies' GroupIndex = 1 Caption = 'Policies' OnClick = SBPoliciesClick end object SBBack: TSpeedButton Left = 10 Top = 205 Width = 74 Height = 25 Hint = 'Back to main screen' Caption = 'Back' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333333333333333333333333333333333333333333333 3333333333333FF3333333333333003333333333333F77F33333333333009033 333333333F7737F333333333009990333333333F773337FFFFFF330099999000 00003F773333377777770099999999999990773FF33333FFFFF7330099999000 000033773FF33777777733330099903333333333773FF7F33333333333009033 33333333337737F3333333333333003333333333333377333333333333333333 3333333333333333333333333333333333333333333333333333333333333333 33333333333333333333333333333333333333333333333333330000} NumGlyphs = 2 ParentFont = False ParentShowHint = False ShowHint = True OnClick = SBBackClick end object BBtnExit: TBitBtn Left = 10 Top = 249 Width = 74 Height = 33 Hint = 'Exit from HR info system' Caption = 'Exit' TabOrder = 0 OnClick = BBtnExitClick Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000 03333377777777777F333301111111110333337F333333337F33330111111111 0333337F333333337F333301111111110333337F333333337F33330111111111 0333337F333333337F333301111111110333337F333333337F33330111111111 0333337F3333333F7F333301111111B10333337F333333737F33330111111111 0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11 0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11 0333337F377777337F333301111111110333337F333333337F33330111111111 0333337FFFFFFFFF7F33330000000000033333777777777773330000} NumGlyphs = 2 end object PnlInsurance: TPanel Left = 4 Top = 112 Width = 87 Height = 71 TabOrder = 1 Visible = False object SBMedIns: TSpeedButton Left = 4 Top = 7 Width = 36 Height = 25 Caption = 'Med' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = SBMedInsClick end object SBDentIns: TSpeedButton Left = 44 Top = 7 Width = 38 Height = 25 Caption = 'Dental' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = SBDentInsClick end object SBVisIns: TSpeedButton Left = 4 Top = 35 Width = 36 Height = 25 Caption = 'Vision' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = SBVisInsClick end object SBLifeIns: TSpeedButton Left = 44 Top = 36 Width = 38 Height = 25 Caption = 'Life' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = SBLifeInsClick end end end